home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / SeaInvaders.dxr / 00116_Restart Game.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  251 b   |  15 lines

  1. on mouseDown
  2.   playSound("Reset", 3)
  3.   go(4)
  4. end
  5.  
  6. on mouseEnter
  7.   playSound("continueRestart", 2)
  8.   set the member of sprite 402 to "RestartOver"
  9. end
  10.  
  11. on mouseLeave
  12.   playSound("continueRestart", 2)
  13.   set the member of sprite 402 to "REstartNorm"
  14. end
  15.